home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / hyprlbls.sit / hyperlabels12.sit / HyperLabels 1.2 / background_3164.txt < prev    next >
Text File  |  1988-03-05  |  3KB  |  169 lines

  1. -- background: 3164 from stack: in.2
  2. -- bmap block id: 3762
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Index
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0004
  11. -- rect: left=3 top=23 right=52 bottom=35
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 21700 / 21700
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Home
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect iris open
  23.   go Home
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=474 top=21 right=59 bottom=511
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 2478 / 2478
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: About...
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   visual effect dissolve
  43.   go to card id 16764
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 7 (button)
  49. -- low flags: 00
  50. -- high flags: 0000
  51. -- rect: left=15 top=309 right=334 bottom=42
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 1014 / 1014
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: Prev
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   visual effect wipe right
  63.   go to previous card
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 8 (button)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=46 top=309 right=334 bottom=73
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 1013 / 1013
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Next
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   visual effect wipe left
  83.   go to next card
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 9 (button)
  89. -- low flags: 00
  90. -- high flags: 0000
  91. -- rect: left=47 top=24 right=55 bottom=87
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 32670 / 32670
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: View
  100. ----- HyperTalk script -----
  101. -- Script by Chris Christensen written for HyperLabels
  102. on mouseUp
  103.   show all cards
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 10 (button)
  109. -- low flags: 00
  110. -- high flags: 0000
  111. -- rect: left=435 top=22 right=57 bottom=469
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 2507 / 2507
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: New Button
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   go to card id 5738
  123. end mouseUp
  124.  
  125.  
  126.  
  127.  
  128. -- part 11 (button)
  129. -- low flags: 00
  130. -- high flags: 8003
  131. -- rect: left=403 top=312 right=339 bottom=509
  132. -- title width / last selected line: 0
  133. -- icon id / first selected line: 0 / 0
  134. -- text alignment: 1
  135. -- font id: 0
  136. -- text size: 12
  137. -- style flags: 0
  138. -- line height: 16
  139. -- part name: Remake Index
  140. ----- HyperTalk script -----
  141. -- Script by Chris Christensen written for HyperLabels
  142. on mouseUp
  143.   remakeIndex  -- Stack script
  144. end mouseUp
  145.  
  146.  
  147.  
  148.  
  149. -- part 12 (button)
  150. -- low flags: 00
  151. -- high flags: 8003
  152. -- rect: left=280 top=313 right=339 bottom=400
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 0 / 0
  155. -- text alignment: 1
  156. -- font id: 0
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: New Label
  161. ----- HyperTalk script -----
  162. -- Script by Chris Christensen written for HyperLabels
  163. on mouseUp
  164.   push card
  165.   go to last card of background "Label"
  166.   doMenu "New Card"
  167. end mouseUp
  168.  
  169.